|
|
The Mouse Moved event is only triggered after a Mouse Down event and
while the mouse is moving and until the next Mouse Up event.
- Options
- Where
- Anywhere: The event will trigger repeatedly while
the mouse is held down.
- In: The event will trigger each time the mouse
cursor enters the element's hot region.
- Out: The event will trigger each time the mouse
cursor leaves the element's hot region.
- Parameters
- Mouse X: The horizontal pixel position of the mouse
cursor relative to the left of the window.
- Mouse Y: The vertical pixel position of the mouse
cursor relative to the top of the window.
|